﻿@Small_Terraform_Project_Cost = 1000
@Mediumall_Terraform_Project_Cost = 1200

building_Californian_Water_Exchange_Program = {
	building_group = bg_nonprofit_terraform_station

	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/Californian_Water_Exchange_Program.jpg"
	city_type = farm
	expandable = no
	downsizeable = no
	unique = yes

	



	#locator = "eiffel_tower_locator"
	
	#entity_not_constructed = { }
	#entity_under_construction = { "building_construction_3x3_entity" }
	#entity_constructed = { "eiffel_tower_entity"}
	
	#city_gfx_interactions = {
	#	clear_size_area = yes
	#	size = 3
	#}
	
	production_method_groups = {
		pmg_base_californian_water_exchange
	}

	unlocking_technologies = { 
		modernized_canal_and_aqueduct_system
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_CALIFORNIA
			}
		}
	}
}

building_Midwest_Aqueduct = {
	building_group = bg_nonprofit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/Midwest_Aqueduct.jpg"
	city_type = farm
	expandable = no
	downsizeable = no

	

	#locator = "eiffel_tower_locator"
	
	#entity_not_constructed = { }
	#entity_under_construction = { "building_construction_3x3_entity" }
	#entity_constructed = { "eiffel_tower_entity"}
	
	#city_gfx_interactions = {
	#	clear_size_area = yes
	#	size = 3
	#}
	
	production_method_groups = {
		pmg_base_midwest_aqueduct
	}

	unlocking_technologies = { 
		modernized_canal_and_aqueduct_system
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			OR = {
				this = {
					state_region = s:STATE_INDIANA
				}
				this = {
					state_region = s:STATE_MINNESOTA
				}
				this = {
					state_region = s:STATE_ILLINOIS
				}
				this = {
					state_region = s:STATE_WISCONSIN
				}
				this = {
					state_region = s:STATE_MICHIGAN
				}
				this = {
					state_region = s:STATE_OHIO
				}
				this = {
					state_region = s:STATE_ONTARIO
				}
			}
		}
	}
}

building_Illinois_Michigan_Canal = {
	building_group = bg_nonprofit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/Illinois_Michigan_Canal.dds"
	city_type = city
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1500

	#locator = "eiffel_tower_locator"
	
	#entity_not_constructed = { }
	#entity_under_construction = { "building_construction_3x3_entity" }
	#entity_constructed = { "eiffel_tower_entity"}
	
	#city_gfx_interactions = {
	#	clear_size_area = yes
	#	size = 3
	#}
	
	production_method_groups = {
		pmg_base_Industrial_Canal #Give +4% manufacturing throughput, and +10% urban center throughput
		# Cost hell a lot
	}

	unlocking_technologies = { 
		modernized_canal_and_aqueduct_system
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_ILLINOIS
			}
		}
	}
}

building_New_York_Erie_Canal = {
	building_group = bg_nonprofit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/New_York_Erie_Canal.jpg"
	city_type = city
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1500

	#locator = "eiffel_tower_locator"
	
	#entity_not_constructed = { }
	#entity_under_construction = { "building_construction_3x3_entity" }
	#entity_constructed = { "eiffel_tower_entity"}
	
	#city_gfx_interactions = {
	#	clear_size_area = yes
	#	size = 3
	#}
	
	production_method_groups = {
		pmg_base_Industrial_Canal #Give +4% manufacturing throughput, and +10% urban center throughput
		# Cost hell a lot
	}

	unlocking_technologies = { 
		modernized_canal_and_aqueduct_system
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_NEW_YORK
			}
		}
	}
}

building_Detroit_Sault_Ste_Marie_Canal = {
	building_group = bg_nonprofit_terraform_station
	texture = "gfx/interface/icons/Mod_Nuclear_Terraform_Station_Icons/Detroit_Sault_Ste_Marie_Canal.jpg"
	city_type = city
	expandable = no
	downsizeable = no
	unique = yes

	

	ai_value = 1500

	#locator = "eiffel_tower_locator"
	
	#entity_not_constructed = { }
	#entity_under_construction = { "building_construction_3x3_entity" }
	#entity_constructed = { "eiffel_tower_entity"}
	
	#city_gfx_interactions = {
	#	clear_size_area = yes
	#	size = 3
	#}
	
	production_method_groups = {
		pmg_base_Minning_Canal #Give +4% manufacturing throughput, and +10% urban center throughput
		# Cost hell a lot
	}

	unlocking_technologies = { 
		modernized_canal_and_aqueduct_system
	}
	
	# required_construction = construction_cost_monument
	required_construction = 1000
	
	possible = {
		error_check = {
			severity = invalid
			this = {
				state_region = s:STATE_MICHIGAN
			}
		}
	}
}



#### Meme Stuff
